home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 7
/
Amiga Format AFCD07 (Dec 1996, Issue 91).iso
/
serious
/
shareware
/
programming
/
ixemul-complete
/
ixemul
/
stack
/
a4.h
next >
Wrap
C/C++ Source or Header
|
1996-05-08
|
131b
|
11 lines
#ifndef _A4_H_
#define _A4_H_
#ifdef BASEREL
#define A4(x) "a4@(" #x ":W)"
#else
#define A4(x) #x
#endif
#endif /* _A4_H_ */